From 5866b00ce05a7a7c39a0d5eb7f9de4149c5efe8b Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Tue, 9 Oct 2018 15:06:25 +0100 Subject: [PATCH] tools/libxenstat: Fix SONAME following c/s 57077cc42 The unstable ABI version is 4.12, not 4.11 Signed-off-by: Andrew Cooper Acked-by: Wei Liu --- tools/xenstat/libxenstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile index 8c6ddf86e8..eb88085933 100644 --- a/tools/xenstat/libxenstat/Makefile +++ b/tools/xenstat/libxenstat/Makefile @@ -18,7 +18,7 @@ include $(XEN_ROOT)/tools/Rules.mk LDCONFIG=ldconfig MAKE_LINK=ln -sf -MAJOR=4.11 +MAJOR=4.12 MINOR=0 LIB=src/libxenstat.a -- 2.30.2